home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_100 / 121_01 / dsw.doc < prev    next >
Text File  |  1985-08-19  |  2KB  |  67 lines

  1.  
  2.      DSW (1)                   BDS C Users' Group                   DSW (1)
  3.  
  4.  
  5.  
  6.      NAME        NAME 
  7.           dsw - delete files selectively with prompting 
  8.  
  9.      SYNOPSIS        SYNOPSIS 
  10.           dsw                                  dsw [-s] [filedesc] ...  
  11.  
  12.      DESCRIPTION        DESCRIPTION 
  13.           ___                                                                     Dsw is a program which lists a partial or entire directory, 
  14.           one entry at a time, on the console and prompts for each 
  15.           file to be deleted.  Optionally, the directory entries may 
  16.           be sorted before prompting.  Zero or more file descriptors 
  17.           (ambiguous or unambiguous) may be supplied to tailor the 
  18.           output.  If no file descriptors are supplied, a default of 
  19.           *.* is used, i.e.  everything on the current drive.  
  20.           An answer of 'y' to the prompt will cause the file to be 
  21.           deleted; anything else will cause the file to be kept.  
  22.  
  23.           The following option is available:
  24.                -s     sort into alphabetic sequence before prompting
  25.  
  26.      CAVEATS        CAVEATS 
  27.           This program was tested with v1.50 of the BDS C compiler 
  28.           under CP/M 2.2.  It should work with other versions of BDS C 
  29.           and CP/M, but has not been tested.  
  30.  
  31.      EXAMPLES        EXAMPLES 
  32.           dsw a:*.* b:*.*     lists everything on drives A & B, prompting
  33.                               for deletion of each file. The files are
  34.                               presented in directory sequence
  35.           dsw -s *.com        lists all .COM files on the current default
  36.                               drive in alphabetic sequence, prompting for
  37.                               deletion for each one
  38.  
  39.      BUGS        BUGS 
  40.           If the same file corresponds to more than one file 
  41.           descriptor, it will be listed once for each such 
  42.           correspondence.  
  43.           A maximum of 128 filenames is allowed.  
  44.  
  45.      NOTES        NOTES 
  46.           Requires files.c for link.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.                                       -1-
  66.  
  67.